home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / upc12bs1.zip / UUCICO / script.h < prev    next >
Text File  |  1992-11-12  |  621b  |  12 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    s c r i p t . h                                                 */
  3. /*                                                                    */
  4. /*    Script processing routines used by UUPC/extended                */
  5. /*                                                                    */
  6. /*    Changes copyright (c) 1989, 1991, Andrew H. Derbyshire          */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. int expectstr(char *Search, unsigned int Timeout, char **failure);
  10.  
  11. void     sendstr(char  *str);
  12.